projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb69c8
)
; * lisp/files.el (hack-local-variables--find-variables): Fix comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Feb 2024 16:09:35 +0000
(18:09 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Feb 2024 16:09:35 +0000
(18:09 +0200)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 172237ceb820c3bd8539e7a74c21c1649ea9850e..229771810fb4f91a056bb11d6f58f7939c2c1eec 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-4193,7
+4193,7
@@
major-mode."
(or (buffer-file-name thisbuf) ""))))))
((eq var 'read-symbol-shorthands)
;; Sort automatically by shorthand length
- ;;
descending
+ ;;
in descending order.
(setq val (sort val
(lambda (sh1 sh2) (> (length (car sh1))
(length (car sh2))))))